home *** CD-ROM | disk | FTP | other *** search
- object Form9: TForm9
- Left = 4
- Top = 686
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Confirm FreeRAM XP exit'
- ClientHeight = 107
- ClientWidth = 383
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 9
- Top = 12
- Width = 40
- Height = 37
- Hint =
- 'This option specifies if FreeRAM XP will always ask before autom' +
- 'atically freeing memory. This can also be changed in the Setting' +
- 's window.'
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object StaticText1: TStaticText
- Left = 55
- Top = 12
- Width = 329
- Height = 33
- Hint =
- 'This option specifies if FreeRAM XP will always ask before autom' +
- 'atically freeing memory. This can also be changed in the Setting' +
- 's window.'
- AutoSize = False
- Caption =
- 'Are you sure you want to exit FreeRAM XP? Once you exit, your co' +
- 'mputer'#39's RAM will no longer be optimized.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object Button1: TButton
- Left = 107
- Top = 51
- Width = 81
- Height = 25
- Hint = 'Click to begin automatically freeing memory.'
- Caption = '&OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 195
- Top = 51
- Width = 81
- Height = 25
- Hint = 'Click to cancel automatically freeing memory this time.'
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- object CheckBox1: TCheckBox
- Left = 10
- Top = 84
- Width = 401
- Height = 17
- Hint =
- 'This option specifies if FreeRAM XP will always ask before autom' +
- 'atically freeing memory. This can also be changed in the Setting' +
- 's window.'
- Caption = '&Always ask me before exiting FreeRAM XP'
- Checked = True
- State = cbChecked
- TabOrder = 3
- OnClick = CheckBox1Click
- end
- end
-